i {
  font-family: FontAwesome;
  font-size: 24px;
}
.dropdown-menu {
  z-index: 1;
}
button:focus,
button:hover,
button:active,
button:visited {
  outline: 0px !important;
}
input:focus,
input:hover,
input:active,
input:visited {
  outline: 0px !important;
}
.slick-disabled {
  display: none !important;
}
.inline-Block {
  display: inline-block;
}
/*** For buttons background color change at hover ***/
.btn.btn-default:hover {
  background: #777;
}
.btn[disabled] {
  border-radius: 5px !important;
  background-color: #e5e5e5 !important;
  border: solid 1px #cccccc !important;
  color: #999999 !important;
}
.btn-left.btn.btn-primary:hover {
  background: #ff944d;
  color: #fff;
  cursor: pointer;
  border-color: #ff944d;
}
.reset-buton {
  border: 0;
  box-shadow: none;
  background: transparent;
  outline: none;
  outline-style: none;
  padding: 0;
}
.text-style-form {
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 400;
  line-height: 1em;
}
.form-input-style {
  background-color: #ffffff;
}
.form-input-style-active {
  background-color: #f8f4de;
  border: 1px solid #ff6600;
}
.option-style-active {
  color: #ffffff;
  background-color: #ff6600;
  font-weight: 500;
}
.notleft-padding {
  padding-left: 0;
}
.notright-padding {
  padding-right: 0;
}
.center-text {
  text-align: center;
}
.highlighted-text {
  color: #ff944d;
}
.clearfix {
  clear: both;
}
.highlighted-text-success {
  color: #81ba00;
}
.hr-line-div-elem {
  border: 1px dotted #cccccc;
  border-style: none none dotted;
  color: #fff;
  background-color: #fff;
  width: 80%;
}
.no-margin-btm {
  margin-bottom: 0 !important;
}
.margin-btn-10 {
  margin-bottom: 10px;
}
.margin-sides-30 {
  margin-left: 30px;
  margin-right: 30px;
}
.margin-btn-60 {
  margin-bottom: 60px;
}
.cs-switch .cs-switch-option {
  width: 40px;
  display: inline-block;
  background-color: #E5E5E5;
  padding: 5px 0;
  text-align: center;
  cursor: pointer;
}
.cs-switch .cs-switch-option:nth-child(1) {
  border-radius: 5px 0 0 5px;
}
.cs-switch .cs-switch-option:nth-child(2) {
  border-radius: 0 5px 5px 0;
}
.cs-switch .cs-switch-option.active {
  background-color: #ff6600;
  color: #FFFFFF;
}
.cs-popover {
  background-color: transparent !important;
  padding: 0 !important;
  min-width: auto;
}
.cs-popover span {
  color: #ff6600;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
}
.cs-popover span i {
  font-size: 20px;
}
.cs-popover:focus,
.cs-popover:active {
  outline: none !important;
  box-shadow: none !important;
}
.modal-container {
  position: relative;
}
.modal-container .modal,
.modal-container .modal-backdrop {
  position: absolute;
}
.modal {
  text-align: center;
  padding: 0!important;
}
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.modal .modal-dialog {
  display: inline-block;
  margin: 0 30px;
  max-width: 100%;
  text-align: left;
  vertical-align: middle;
}
.modal .modal-dialog.modal-sm .modal-content {
  width: 300px;
}
.modal .modal-dialog.modal-sm .modal-content .modal-body .messages {
  font-family: 'Roboto Light';
  font-size: 14px;
  margin: 20px 10px;
}
.modal .modal-dialog .modal-content {
  border-radius: 0;
}
.modal .modal-dialog .modal-content .modal-header {
  border-bottom: 1px solid #ff944d;
  height: 70px;
  padding: 30px;
}
.modal .modal-dialog .modal-content .modal-header .close-button {
  color: #ff6600;
  float: right;
  min-width: 30px;
  border: 0;
  box-shadow: none;
  background: transparent;
  outline: none;
  outline-style: none;
  padding: 0;
}
.modal .modal-dialog .modal-content .modal-header .close-button i {
  font-size: 24px;
}
.modal .modal-dialog .modal-content .modal-header .close-button:active,
.modal .modal-dialog .modal-content .modal-header .close-button:hover,
.modal .modal-dialog .modal-content .modal-header .close-button:focus {
  border: 0;
  box-shadow: none;
  background: transparent;
  outline: none;
  outline-style: none;
  padding: 0;
}
.modal .modal-dialog .modal-content .modal-body {
  overflow-y: auto;
  padding: 0;
}
.panel {
  border: none;
}
/* ScrollBar */
.scrollbar {
  scrollbar-face-color: #b2b2b2;
  scrollbar-track-color: #777777;
  scrollbar-shadow-color: #b2b2b2;
  scrollbar-arrow-color: #b2b2b2;
}
.scrollbar::-webkit-scrollbar {
  width: 10px;
}
.scrollbar::-webkit-scrollbar-track {
  background: #b2b2b2;
  border-radius: 3px;
}
.scrollbar::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #777777;
}
/* Map */
#map {
  width: 100%;
  height: 420px;
}
#map .info img.venue-image {
  pointer-events: none;
}
.gm-style .close-btn {
  font-size: 13px;
  color: #777777;
  cursor: pointer;
  background: white;
  border-radius: 100%;
  border: 1px solid #777777;
  width: 20px;
  padding: 2px;
  height: 20px;
  text-align: center;
}
.gm-style .gm-style-iw {
  width: 280px !important;
  top: 15px !important;
  left: 30px !important;
  padding-bottom: 5px;
  background-color: #fff;
  border-radius: 10px;
}
.gm-style .gm-style-iw .marker-info-container .content .headContent {
  padding: 0;
}
.gm-style .gm-style-iw .marker-info-container .content .headContent h3 {
  color: #333333;
  font-size: 16px;
  font-family: 'Roboto';
  font-weight: 700;
  padding: 7px;
  text-align: center;
  margin: 0;
}
.gm-style .gm-style-iw .marker-info-container .content .headContent img {
  border-radius: 10px 10px 0 0;
  width: 100%;
}
.gm-style .gm-style-iw .marker-info-container .content .bodyContent {
  text-align: center;
  margin: 10px;
}
.gm-style .gm-style-iw .marker-info-container .content .bodyContent p {
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4em;
  margin: 0;
}
.gm-style .gm-style-iw .marker-info-container .content .bodyContent p.p-clock {
  display: inline;
}
.gm-style .gm-style-iw .marker-info-container .content .bodyContent p:not(.text-map) {
  display: inline;
}
.gm-style .gm-style-iw .marker-info-container .content .bodyContent button {
  outline: none;
}
.gm-style .gm-style-iw .marker-info-container .content .bodyContent button.btn-more {
  color: #ff6600;
  border-color: #ff6600;
  margin-top: 20px;
  padding: 0;
}
.gm-style .gm-style-iw .marker-info-container .content .bodyContent button.btn-more:focus,
.gm-style .gm-style-iw .marker-info-container .content .bodyContent button.btn-more:active,
.gm-style .gm-style-iw .marker-info-container .content .bodyContent button.btn-more:hover {
  background-color: #ff6600;
  border-color: #ff6600;
  color: #ffffff;
}
.gm-style .gm-style-iw .marker-info-container .content .bodyContent button.btn-more a {
  border-radius: 7px;
  font-size: 14px;
  font-family: 'Roboto Light';
  color: #ff6600;
  padding: 5px 15px;
  min-width: 150px;
  display: block;
  margin: 0;
}
.gm-style .gm-style-iw .marker-info-container .content .bodyContent button.btn-more a:hover,
.gm-style .gm-style-iw .marker-info-container .content .bodyContent button.btn-more a:focus,
.gm-style .gm-style-iw .marker-info-container .content .bodyContent button.btn-more a:active {
  background-color: #ff6600;
  border-color: #ff6600;
  color: #ffffff;
}
.dropdown.arrive-dropdown {
  margin: 0 auto;
  text-align: center;
}
.dropdown.arrive-dropdown button.btn-dropdown {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 7px;
  box-shadow: none;
  height: 31px;
  overflow: hidden;
  position: relative;
  text-align: left;
  text-overflow: ellipsis;
  margin-top: 20px;
  min-width: 180px;
  white-space: nowrap;
}
.dropdown.arrive-dropdown button.btn-dropdown:hover,
.dropdown.arrive-dropdown button.btn-dropdown:focus {
  background-color: #f8f4de;
  border: 1px solid #ff6600;
  background-color: white;
}
.dropdown.arrive-dropdown button.btn-dropdown span {
  position: absolute;
  right: 5px;
  top: 13px;
}
.dropdown.arrive-dropdown .dropdown-menu.dropdown-menu-arrive-options {
  position: fixed;
}
.dropdown.btn-group {
  width: 100%;
}
.dropdown.btn-group button.dropdown-custom {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 7px;
  height: 31px;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap !important;
}
.dropdown.btn-group button.dropdown-custom:focus,
.dropdown.btn-group button.dropdown-custom:hover,
.dropdown.btn-group button.dropdown-custom :active {
  background-color: #f8f4de;
  border: 1px solid #ff6600;
  background-color: white;
}
.dropdown.btn-group button.dropdown-custom:focus .caret,
.dropdown.btn-group button.dropdown-custom:hover .caret,
.dropdown.btn-group button.dropdown-custom :active .caret {
  color: #ff6600;
}
.dropdown.btn-group button.dropdown-custom .caret {
  color: #cccccc;
  position: absolute;
  right: 0;
  margin: 6px 5px;
}
.dropdown.btn-group .dropdown-menu {
  background-color: white;
}
.dropdown.btn-group .dropdown-menu li.active a {
  color: #ffffff;
  background-color: #ff6600;
  font-weight: 500;
}
.dropdown.btn-group .dropdown-menu li.active a:focus,
.dropdown.btn-group .dropdown-menu li.active a:hover,
.dropdown.btn-group .dropdown-menu li.active a:active {
  color: #ffffff;
  background-color: #ff6600;
  font-weight: 500;
}
.dropdown.btn-group .dropdown-menu li a {
  color: #333333;
  font-weight: 400;
}
.dropdown.btn-group .dropdown-menu li a:focus,
.dropdown.btn-group .dropdown-menu li a:hover,
.dropdown.btn-group .dropdown-menu li a:active {
  color: #ffffff;
  background-color: #ff6600;
  font-weight: 500;
}
#not-found-component {
  background-color: #f1f1f1;
  border-radius: 10px;
}
#not-found-component .not-found-content {
  margin: 60px 10px 60px 10px;
  height: 120px;
}
#not-found-component .not-found-content i {
  font-size: 100px;
  color: #b0b0b0;
}
#not-found-component .not-found-content p {
  color: #7b7979;
}
hr {
  width: 100%;
  border: 1px dashed #cccccc;
}
button {
  outline: none !important;
}
.form-indicator-border-wrong {
  border: 1px solid #b4b2b2;
  border-radius: 10px;
  background-color: #ffffff;
  margin-top: 40px;
}
.form-indicator-border-wrong .wrong-indicator {
  width: 63px;
  height: 63px;
  z-index: 2;
  background-color: gray;
  border: solid 7px #f9f9f9;
  position: absolute;
  left: -32px;
  border-radius: 50%;
  text-align: center;
  top: 12px;
}
.form-indicator-border-wrong .wrong-indicator span {
  color: #fff;
  font-size: 35px;
}
.form-indicator-border {
  border: 1px solid #ff6600;
  border-radius: 10px;
  background-color: #ffffff;
  padding: 30px 18px;
}
.form-indicator-border .done {
  width: 63px;
  height: 63px;
  z-index: 2;
  background-color: #81ba00;
  border: solid 7px #f9f9f9;
  position: absolute;
  left: -32px;
  border-radius: 50%;
  text-align: center;
  top: 12px;
}
.form-indicator-border .done span {
  color: #fff;
  font-size: 35px;
}
.form-indicator-border .initial {
  width: 63px;
  height: 63px;
  z-index: 2;
  background-color: #ff6600;
  border: solid 7px #ff6600;
  position: absolute;
  left: -32px;
  border-radius: 50%;
  text-align: center;
  top: 12px;
}
.form-indicator-border .initial span {
  color: #fff;
  font-size: 35px;
}
.form-indicator-border .header-form-indicator-content {
  padding: 10px 20px 20px 20px;
}
.form-indicator-border .header-form-indicator-content h3 {
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #999999;
}
.size-cards {
  padding: 0 10px;
}
.size-cards .thumbnail {
  background-color: #ffffff;
  border: solid 1px #cccccc;
}
.size-cards .thumbnail .card-buttons {
  text-align: center;
  margin-bottom: 15px;
}
.size-cards .thumbnail .card-buttons a {
  color: #ff6600;
  cursor: pointer;
  font-weight: 600;
  margin: 0 10px;
}
.size-cards .thumbnail .card-buttons a i {
  margin-right: 5px;
}
.size-cards .thumbnail .text-company {
  padding: 10px 20px;
}
.size-cards .thumbnail .text-company h5 {
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #999999;
  font-size: 14px;
}
.size-cards .thumbnail .text-company h6 {
  font-size: 11px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
}
.size-cards .thumbnail .text-company h6 span.status {
  display: inline;
  padding: 0.4em 4em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  margin-right: 10px;
  border-radius: 25em;
}
.size-cards .thumbnail .text-company h6 .ok {
  background-color: #d6eac5;
  color: #417e0e !important;
}
.size-cards .thumbnail .text-company h6 .undefined {
  background-color: #cccccc;
  color: #403f3f !important;
}
.size-cards .thumbnail .text-company hr.card-line {
  width: 100%;
  border-color: #d0c7c7;
  border-style: solid;
  margin-top: 0;
  margin-bottom: 0;
}
.size-cards .thumbnail .caption h3 {
  color: #999999;
  padding: 10px 5px;
}
.size-cards .thumbnail .caption span.label {
  display: inline;
  font-size: 70%;
  font-weight: bold;
  line-height: 1;
  color: #397539;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 25em;
  padding: 4px 12px;
}
.size-cards .thumbnail .caption .label-success {
  background-color: #bbeabb;
}
.size-cards .thumbnail .caption hr.line {
  border: solid 0.5px #dedede;
}
.itemCarrusel:focus {
  outline: none;
}
.slick-prev {
  left: -15px !important;
  z-index: 4 !important;
}
.slick-next {
  right: -2px !important;
  z-index: 4 !important;
}
.slick-prev:before,
.slick-next:before {
  font-size: 35px;
  color: #ff6600;
  opacity: 0.3;
  transition: all 0.5s ease;
}
.slick-prev:hover:hover:before,
.slick-prev:focus:hover:before,
.slick-next:hover:hover:before,
.slick-next:focus:hover:before {
  opacity: 1;
}
.slick-dots {
  margin-left: 8px;
}
.slick-dots li.slick-active button:before {
  color: #ff6600;
  opacity: 1;
}
.slick-dots li button:before {
  color: #ff6600;
}
.noMobile {
  display: block;
}
.mobile {
  display: none;
}
.btn-noMobile {
  display: inline-block;
}
.btn-mobile {
  display: none;
}
@media (min-width: 0px) and (max-width: 770px) {
  main.main h1,
  main.main h2 {
    font-size: 24px!important;
    text-align: center;
  }
  body .main .mainDerecha {
    width: 100%!important;
  }
  .form-indicator-border-wrong .wrong-indicator {
    position: relative !important;
    margin: 0 auto !important;
    top: -30px !important;
    left: 0 !important;
    margin-bottom: -30px !important;
  }
  .form-indicator-border .initial {
    position: relative !important;
    margin: 0 auto !important;
    top: -30px !important;
    left: 0 !important;
    margin-bottom: -30px !important;
  }
  .form-indicator-border .done {
    background-color: #81ba00;
    border: solid 7px #f9f9f9;
    position: relative !important;
    margin: 0 auto !important;
    top: -30px !important;
    left: 0 !important;
    margin-bottom: -30px !important;
  }
}
@media (max-width: 375px) {
  .modal:before {
    height: 0;
  }
}
.modalemail .right-error-modal {
  text-align: center !important;
}
.modalemail .right-error-modal input:hover,
.modalemail .right-error-modal input:focus,
.modalemail .right-error-modal input:visited,
.modalemail .right-error-modal input:active {
  outline: 0px;
  border: 1px solid #ff6600;
}
.modal-header .modal-title {
  float: left;
}
.modal-header button {
  float: right;
  width: auto;
  min-width: auto;
  background-color: transparent !important;
  color: #ff6600;
  border: 0px;
  padding: 0px !important;
}
.modal-header button i {
  color: #ff6600;
  padding: 0px;
  margin: 0px;
  height: auto;
}
.modalemail button[disabled] {
  background-color: #e5e5e5;
  border: solid 1px #cccccc;
  color: #999;
}
.modalemail button[disabled]:hover,
.modalemail button[disabled]:visited,
.modalemail button[disabled]:focus,
.modalemail button[disabled]:active {
  background-color: #e5e5e5;
  border: solid 1px #cccccc;
  color: #999;
}
.modalemail .right-error-modal h4 {
  padding-right: 0px !important;
}
.modalemail .right-error-modal input {
  height: 35px;
  border-radius: 6px;
  border: 1px solid #ccc;
  margin-top: 15px;
  width: 45%;
}
.modal-header h4 {
  color: #999999;
}
.modal-body .btn-right {
  padding: 6px 10px;
}
.modal-body .modal-error-body {
  padding: 50px 60px;
}
.modal-body .modal-error-body .left-error-modal {
  text-align: right;
}
.modal-body .modal-error-body .left-error-modal i {
  font-size: 70px;
}
.modal-body .modal-error-body .left-error-modal i.blue {
  color: #3686af;
}
.modal-body .modal-error-body .left-error-modal i.green {
  color: #81ba00;
}
.modal-body .modal-error-body .left-error-modal i.red {
  color: #bb4945;
}
.modal-body .modal-error-body .right-error-modal {
  text-align: left;
}
.modal-body .modal-error-body .right-error-modal h4 {
  padding-top: 10px;
  padding-right: 80px;
  font-family: "Roboto Light", sans-serif;
  color: #333333;
  font-size: 14px;
}
.modal-body .inner-Model-buttons {
  text-align: right;
  padding: 10px 30px;
  margin-bottom: 10px;
}
.modal-body .inner-Model-buttons button {
  margin: 0 8px;
}
@media (min-width: 771px) and (max-width: 2000px) {
  .modal .modal-dialog .modal-content .inner-Model-buttons button {
    width: auto !important;
    min-width: 80px !important;
  }
}
@media (min-width: 0px) and (max-width: 770px) {
  .modal .modal-dialog .modal-content .modal-header {
    border-bottom: 1px solid #ff944d !important;
    height: 70px!important;
    padding: 20px !important;
    overflow: hidden;
  }
  .modal .modal-dialog .modal-content .modal-header .modal-title {
    float: left;
    width: 80%;
  }
  .modal .modal-dialog .modal-content .modal-header button {
    width: 15%;
    height: 100%;
    text-align: right;
  }
  .hidden-mobile {
    display: none;
  }
  .modalemail .right-error-modal input {
    width: 100%;
  }
  .modal-body .modal-error-body {
    padding: 20px;
  }
  .modal-body .modal-error-body .left-error-modal {
    text-align: center;
  }
  .modal-body .modal-error-body .right-error-modal {
    text-align: center;
  }
  .modal-body .modal-error-body .right-error-modal h4 {
    padding-right: 0px;
  }
  .modal-body .inner-Model-buttons button.btn-left {
    margin-bottom: 20px;
  }
  .modal .modal-dialog .modal-content .inner-Model-buttons button {
    width: 100% !important;
  }
}
#covidForm {
  margin-bottom: 10px;
}
.mainBox {
  display: inline-block;
  width: 100%;
}
@media (max-width: 1200px) {
  .mainBox {
    overflow-x: scroll;
  }
}
@media (max-width: 768px) {
  .mainBox {
    display: none;
  }
}
.mainBox .mainBox-scroll {
  display: flex;
  justify-content: space-between;
  padding-top: 55px;
  padding-right: 35px;
  margin-bottom: 10px;
}
.mainBox .mainBox-child {
  border: solid 1px #cccccc;
  padding: 30px 10px;
  border-radius: 10px;
  margin: 20px 10px;
  min-width: 15.4%;
  position: relative;
}
@media (max-width: 768px) {
  .mainBox .mainBox-child {
    min-width: 70%;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .mainBox .mainBox-child {
    min-width: 45%;
  }
}
.mainBox .mainBox-child .mainBox-title {
  color: #777777;
  margin-bottom: 25px;
}
.mainBox .mainBox-child .mainBox-button {
  position: absolute;
  bottom: 10px;
  left: 5%;
  right: 5%;
}
.mainBox-child {
  margin: auto;
  padding: 1px;
}
.mainBox--mobil {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .mainBox--mobil {
    display: none;
  }
}
.mainBox--mobil .mainBox--mobil-child {
  width: 100%;
  border: solid 2px #ff6600;
  border-radius: 10px;
  padding: 5px;
  margin: auto;
  margin-bottom: 10px;
  cursor: pointer;
}
.content-img {
  margin-top: -85px;
  border: solid 1px #cccccc;
  border-radius: 50%;
}
.flex {
  display: flex;
  flex-direction: row;
}
.historicoTable {
  text-align: center !important;
  background: #f5f8fa;
  border: 1px dotted #cccccc;
}
.historicoTable--title {
  border: 1px dotted #cccccc;
  text-align: center !important;
}
.historicoTable--content {
  border: 1px dotted #cccccc;
  text-align: center !important;
  vertical-align: middle !important;
}
.form-container {
  border: solid 1px #ff6600;
  padding: 50px;
  border-radius: 10px;
  margin: 10px;
}
.mainContent {
  border: solid 1px #ff6600;
  border-radius: 6px;
  width: 100%;
  padding: 30px;
  margin-bottom: 30px;
}
.formularioSolicitud {
  margin: 20px 0 0 0;
}
.formularioSolicitud .table-responsive--height {
  min-height: 250px;
  overflow-y: inherit;
}
.formularioSolicitud .form-check-label {
  margin-top: 11px;
  margin-right: 5px;
}
.formularioSolicitud .formularioSolicitud--subtitulo2 {
  color: #333333;
}
@media (min-width: 768px) {
  .formularioSolicitud {
    padding: 30px 100px;
  }
}
.formularioSolicitud .formularioSolicitud--text-aligned {
  text-align: right;
  line-height: 20px;
}
@media (max-width: 768px) {
  .formularioSolicitud .formularioSolicitud--text-aligned {
    text-align: left;
  }
}
.formularioSolicitud h4 {
  color: #999999;
  font-family: Roboto;
}
.formularioSolicitud .formularioSolicitud--input-error {
  border: solid 1px #efd3d7 !important;
  background-color: #f2dede !important;
  color: #bb4945 !important;
}
.formularioSolicitud .formularioSolicitud--input-errorLabel {
  color: #bb4945;
}
.formularioSolicitud .formularioSolicitud--input:hover {
  border: solid 1px #ff6600;
  background-color: #f8f4de;
}
.formularioSolicitud .formularioSolicitud--input:focus {
  border: solid 1px #ff6600;
  background-color: #f8f4de;
}
.formularioSolicitud .formularioSolicitud--input-width {
  min-width: 200px;
}
.formularioSolicitud .form-group {
  margin-bottom: 35px;
}
.formularioSolicitud .dropdown-menu {
  margin: 2px 0 0 14px;
  z-index: 3;
}
.formularioSolicitud .dropdown-menu--margin {
  margin: -31px 0 0 14px;
  position: absolute;
  z-index: 3;
}
.formularioSolicitud .formularioSolicitud--dropDown-contactos {
  max-height: 180px;
  overflow-y: scroll;
}
.formularioSolicitud .formularioSolicitud--dropDown {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  width: 100%;
  height: 31px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 400;
  box-shadow: none;
  display: flex;
  justify-content: space-between;
  padding: 5px 10px;
}
@media (max-width: 768px) {
  .formularioSolicitud .formularioSolicitud--dropDown {
    margin-bottom: 15px;
  }
}
.formularioSolicitud .formularioSolicitud--dropDown div {
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap !important;
}
.formularioSolicitud .formularioSolicitud--dropDown span {
  margin: 7px 3px 0 0;
  color: #cccccc;
  position: relative;
}
.formularioSolicitud .formularioSolicitud--dropDown:hover {
  border: 1px solid #ff6600 !important;
  background-color: #ffffff;
}
.formularioSolicitud .formularioSolicitud--dropDown:hover span {
  color: #ff6600;
}
.formularioSolicitud .formularioSolicitud--dropDown:focus {
  background-color: #ffffff;
  box-shadow: none;
  border: 1px solid #ff6600 !important;
}
.formularioSolicitud .formularioSolicitud--dropDown:focus span {
  color: #ff6600;
}
.formularioSolicitud .formularioSolicitud-none {
  display: none;
}
.formularioSolicitud .formularioSolicitud-servicioList {
  border: solid 1px #cccccc;
  border-radius: 5px;
  max-width: 250px;
  max-height: 280px;
  padding-left: 5px;
  overflow-y: scroll;
}
.formularioSolicitud li {
  padding: 5px;
  cursor: pointer;
}
.formularioSolicitud li p {
  padding: 0 !important;
  margin: 0 0 0 4px !important;
}
.formularioSolicitud li:hover {
  background-color: #ff6600;
}
.formularioSolicitud li:hover p {
  color: #ffffff;
}
.formularioSolicitud li:focus {
  background-color: #ff6600;
}
.formularioSolicitud li:focus p {
  color: #ffffff;
}
.formularioSolicitud .formularioSolicitud--label {
  line-height: 15px;
  font-weight: 600;
  margin-bottom: 1px;
}
.formularioSolicitud .formularioSolicitud--date {
  padding: 5px 0 5px 10px;
}
.formularioSolicitud .formularioSolicitud--date::-webkit-calendar-picker-indicator {
  color: #ff6600;
}
.formularioSolicitud .form-quantity {
  display: inline-block;
  background-color: #ff6600;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #ffffff;
  padding-top: 2px;
  font-size: 18px;
}
.formularioSolicitud .form-controls-action:first-child {
  border-radius: 5px 0 0 5px;
  border-right: solid 1px;
}
.formularioSolicitud .form-controls-action:last-child {
  border-radius: 0 5px 5px 0;
  border-left: none;
}
.formularioSolicitud .form-controls-action {
  min-width: 40px;
  width: 40px;
  border-color: #ff6600;
  color: #ff6600;
  font-size: 20px;
  font-weight: bold;
  padding: 5px;
}
.formularioSolicitud .form-controls-action:hover {
  background-color: #ff6600;
  color: #ffffff;
}
.formularioSolicitud .form-controls {
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
}
.formularioSolicitud .Color {
  color: #777777;
}
.formularioSolicitud .ColorOrange {
  color: #ff6600;
}
.formularioSolicitud .fa-chevron-circle-up {
  color: #ff6600;
}
.formularioSolicitud .fa-chevron-circle-down {
  color: #777777;
}
.formularioSolicitud .panel-heading {
  background-color: #ffffff;
  border-bottom-style: dashed;
}
.cotizar-form-controls {
  display: inline-block;
  margin-left: 20px;
}
.cotizar-form-controls .cotizar-form-controls-action {
  border-radius: 5px 0 0 5px;
  border-right: 0;
  min-width: 40px;
  width: 40px;
  border-color: #ff6600;
  color: #ff6600;
  font-size: 14px;
  font-weight: bold;
  padding: 5px;
}
.cotizar-form-controls .cotizar-form-controls-action:last-child {
  border-right: 1px solid;
  border-radius: 0 5px 5px 0;
}
.cotizar-form-controls .cotizar-form-controls-action:hover {
  border-color: #ff944d;
  background-color: #ff944d;
  color: #ffffff;
}
.cotizar-form-controls .active {
  background-color: #ff6600;
  color: #ffffff;
}
.simplebar-scrollbar::before {
  background-color: #ff6600;
  opacity: 0.8 !important;
}
.simplebar-scrollbar {
  height: 11px !important;
}
.simplebar-track.simplebar-horizontal {
  height: 14px !important;
}
.simplebar-track.simplebar-horizontal {
  border-radius: 20px;
  background: #f4f4f4 0% 0% no-repeat padding-box;
}
.simplebar-offset {
  top: -16px !important;
}
[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none !important;
}
.btn-terminosCondiciones {
  margin-right: 10px;
}
.noMargin {
  margin: 0 !important;
}
.noPadding {
  padding: 0 !important;
}
.float--Right {
  float: right;
}
@media (max-width: 767px) {
  .active > div {
    display: block;
  }
}
div.in > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > form:nth-child(4) > div:nth-child(1) > div:nth-child(2) > button:nth-child(1) > div:nth-child(1) > p:nth-child(1) {
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
}
div.in > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > form:nth-child(4) > div:nth-child(1) > div:nth-child(2) > button:nth-child(1) > div:nth-child(1) {
  width: 90%;
  margin-right: 10px;
}
.dropdown-menu {
  left: 15px;
  width: 80%;
  margin: 0 !important;
  margin-top: 3px !important;
  top: 107%;
}
div.in > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > section:nth-child(5) > form:nth-child(3) > div:nth-child(1) > div:nth-child(2) > button:nth-child(1) > div:nth-child(1) > p:nth-child(1) {
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
}
div.in > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > section:nth-child(5) > form:nth-child(3) > div:nth-child(1) > div:nth-child(2) > button:nth-child(1) > div:nth-child(1) {
  width: 90%;
  margin-right: 10px;
}
.Color,
.ColorOrange {
  display: flex;
  align-items: center;
}
.float--Right {
  float: none;
  margin-left: auto;
  padding-left: 5px;
}
.fix-block {
  display: block !important;
}
.D-none {
  display: none;
}
.btn__descargar--consentimiento {
  background-color: white !important;
  border-color: #f60 !important;
  border: 1px solid !important;
  margin-top: 0px !important;
  text-align: center;
  height: 32px;
  padding: 5px 10px !important;
  color: #f60 !important;
  color: #f60;
}
.btn__descargar--consentimiento:hover {
  background-color: #f60 !important;
  color: white !important;
}
.descargabtn--container {
  display: flex;
  align-items: center;
  align-content: center;
}
.descargabtn--container > p {
  margin-bottom: 0 !important;
  color: inherit !important;
}
.descargabtn--container .descarga--btn {
  margin-right: 5px;
  cursor: pointer;
  font-size: 16px !important;
  margin-top: 0;
  color: inherit !important;
  height: 20px !important;
}
.formulariobtn--container {
  display: flex;
  align-items: center;
  align-content: center;
}
.formulariobtn--container > p {
  margin-bottom: 0 !important;
  color: inherit !important;
}
.formulariobtn--container .formulario--btn {
  margin-right: 5px;
  cursor: pointer;
  font-size: 16px !important;
  margin-top: 0;
  color: inherit !important;
  height: 20px !important;
}
#nav-viajes > div:nth-child(1) > form:nth-child(5) > div:nth-child(7) > div:nth-child(2) > p:nth-child(2) {
  position: absolute;
}

/*# sourceMappingURL=covid.css.map*/